home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Feature / Creative and Fun / vlc-0.5.1a.dmg.sit / vlc-0.5.1a.dmg / VLC.app / Contents / Resources / vlc.scriptSuite < prev   
Encoding:
Text File  |  2003-02-17  |  415 b   |  17 lines

  1. {
  2.     "Name" = "vlc";
  3.     "AppleEventCode" = "VLC#";
  4.     
  5.     "Commands" = {
  6.         "OpenURL" = {
  7.             AppleEventClassCode = "WWW!"; 
  8.             AppleEventCode = "OURL"; 
  9.             CommandClass = "VLGetURLScriptCommand"; 
  10.         };
  11.         "GetURL" = {
  12.             AppleEventClassCode = "GURL";
  13.             AppleEventCode = "GURL";
  14.             CommandClass = "VLGetURLScriptCommand";
  15.         };
  16.     };
  17. }